[INFO] cloning repository https://github.com/pirkus/slisp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pirkus/slisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpirkus%2Fslisp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpirkus%2Fslisp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ddcbe2e5287b80f74e530c2dca7cdc0a8df061b8
[INFO] fixing pirkus/slisp against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpirkus%2Fslisp" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pirkus/slisp
[INFO] finished tweaking git repo https://github.com/pirkus/slisp
[INFO] tweaked toml for git repo https://github.com/pirkus/slisp written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pirkus/slisp on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding object v0.36.7 (available: v0.39.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ruzstd v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7
[INFO] running `Command { std: "docker" "start" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling slisp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking slisp-runtime v0.1.0 (/opt/rustwide/workdir/targets/x86_64_linux/runtime)
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 heap_init: Some(slisp_runtime::_heap_init as usize),
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 heap_init: Some(slisp_runtime::_heap_init as *const () as usize),
[INFO] [stdout]    |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:55:57
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 allocate: Some(slisp_runtime::_allocate as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 allocate: Some(slisp_runtime::_allocate as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:56:49
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 free: Some(slisp_runtime::_free as usize),
[INFO] [stdout]    |                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 free: Some(slisp_runtime::_free as *const () as usize),
[INFO] [stdout]    |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:57:65
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 string_count: Some(slisp_runtime::_string_count as usize),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 string_count: Some(slisp_runtime::_string_count as *const () as usize),
[INFO] [stdout]    |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:58:71
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 string_concat_n: Some(slisp_runtime::_string_concat_n as usize),
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 string_concat_n: Some(slisp_runtime::_string_concat_n as *const () as usize),
[INFO] [stdout]    |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:59:65
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 string_clone: Some(slisp_runtime::_string_clone as usize),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 string_clone: Some(slisp_runtime::_string_clone as *const () as usize),
[INFO] [stdout]    |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:60:61
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 string_get: Some(slisp_runtime::_string_get as usize),
[INFO] [stdout]    |                                                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 string_get: Some(slisp_runtime::_string_get as *const () as usize),
[INFO] [stdout]    |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:61:63
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 string_subs: Some(slisp_runtime::_string_subs as usize),
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 string_subs: Some(slisp_runtime::_string_subs as *const () as usize),
[INFO] [stdout]    |                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:62:73
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 string_normalize: Some(slisp_runtime::_string_normalize as usize),
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 string_normalize: Some(slisp_runtime::_string_normalize as *const () as usize),
[INFO] [stdout]    |                                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:63:77
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 string_from_number: Some(slisp_runtime::_string_from_number as usize),
[INFO] [stdout]    |                                                                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 string_from_number: Some(slisp_runtime::_string_from_number as *const () as usize),
[INFO] [stdout]    |                                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:64:79
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 string_from_boolean: Some(slisp_runtime::_string_from_boolean as usize),
[INFO] [stdout]    |                                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 string_from_boolean: Some(slisp_runtime::_string_from_boolean as *const () as usize),
[INFO] [stdout]    |                                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:65:67
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 string_equals: Some(slisp_runtime::_string_equals as usize),
[INFO] [stdout]    |                                                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 string_equals: Some(slisp_runtime::_string_equals as *const () as usize),
[INFO] [stdout]    |                                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:66:71
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 map_value_clone: Some(slisp_runtime::_map_value_clone as usize),
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 map_value_clone: Some(slisp_runtime::_map_value_clone as *const () as usize),
[INFO] [stdout]    |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:67:57
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 map_free: Some(slisp_runtime::_map_free as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 map_free: Some(slisp_runtime::_map_free as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:68:57
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 set_free: Some(slisp_runtime::_set_free as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 set_free: Some(slisp_runtime::_set_free as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:69:63
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 vector_free: Some(slisp_runtime::_vector_free as usize),
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 vector_free: Some(slisp_runtime::_vector_free as *const () as usize),
[INFO] [stdout]    |                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 heap_init: Some(slisp_runtime::_heap_init as usize),
[INFO] [stdout]    |                                                           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 54 |                 heap_init: Some(slisp_runtime::_heap_init as *const () as usize),
[INFO] [stdout]    |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:55:57
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 allocate: Some(slisp_runtime::_allocate as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 55 |                 allocate: Some(slisp_runtime::_allocate as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:56:49
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 free: Some(slisp_runtime::_free as usize),
[INFO] [stdout]    |                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 56 |                 free: Some(slisp_runtime::_free as *const () as usize),
[INFO] [stdout]    |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:57:65
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 string_count: Some(slisp_runtime::_string_count as usize),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 57 |                 string_count: Some(slisp_runtime::_string_count as *const () as usize),
[INFO] [stdout]    |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:58:71
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 string_concat_n: Some(slisp_runtime::_string_concat_n as usize),
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 string_concat_n: Some(slisp_runtime::_string_concat_n as *const () as usize),
[INFO] [stdout]    |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:59:65
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 string_clone: Some(slisp_runtime::_string_clone as usize),
[INFO] [stdout]    |                                                                 ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 59 |                 string_clone: Some(slisp_runtime::_string_clone as *const () as usize),
[INFO] [stdout]    |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:60:61
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 string_get: Some(slisp_runtime::_string_get as usize),
[INFO] [stdout]    |                                                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 60 |                 string_get: Some(slisp_runtime::_string_get as *const () as usize),
[INFO] [stdout]    |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:61:63
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 string_subs: Some(slisp_runtime::_string_subs as usize),
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 61 |                 string_subs: Some(slisp_runtime::_string_subs as *const () as usize),
[INFO] [stdout]    |                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:62:73
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 string_normalize: Some(slisp_runtime::_string_normalize as usize),
[INFO] [stdout]    |                                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 62 |                 string_normalize: Some(slisp_runtime::_string_normalize as *const () as usize),
[INFO] [stdout]    |                                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:63:77
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 string_from_number: Some(slisp_runtime::_string_from_number as usize),
[INFO] [stdout]    |                                                                             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 63 |                 string_from_number: Some(slisp_runtime::_string_from_number as *const () as usize),
[INFO] [stdout]    |                                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:64:79
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 string_from_boolean: Some(slisp_runtime::_string_from_boolean as usize),
[INFO] [stdout]    |                                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 64 |                 string_from_boolean: Some(slisp_runtime::_string_from_boolean as *const () as usize),
[INFO] [stdout]    |                                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:65:67
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 string_equals: Some(slisp_runtime::_string_equals as usize),
[INFO] [stdout]    |                                                                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 65 |                 string_equals: Some(slisp_runtime::_string_equals as *const () as usize),
[INFO] [stdout]    |                                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:66:71
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 map_value_clone: Some(slisp_runtime::_map_value_clone as usize),
[INFO] [stdout]    |                                                                       ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 map_value_clone: Some(slisp_runtime::_map_value_clone as *const () as usize),
[INFO] [stdout]    |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:67:57
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 map_free: Some(slisp_runtime::_map_free as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 67 |                 map_free: Some(slisp_runtime::_map_free as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:68:57
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 set_free: Some(slisp_runtime::_set_free as usize),
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 68 |                 set_free: Some(slisp_runtime::_set_free as *const () as usize),
[INFO] [stdout]    |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]   --> src/codegen/x86_64_linux/codegen.rs:69:63
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 vector_free: Some(slisp_runtime::_vector_free as usize),
[INFO] [stdout]    |                                                               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 vector_free: Some(slisp_runtime::_vector_free as *const () as usize),
[INFO] [stdout]    |                                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.73s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7", kill_on_drop: false }`
[INFO] [stdout] f09a2625efb46895596666b20496d90a39dfb2a69b9595b5dd695aa332d2e2d7
